Skip to content

Commit

Permalink
add trunk fixture files
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-makarov committed Jun 23, 2019
1 parent a7d5b5f commit 168b682
Show file tree
Hide file tree
Showing 196 changed files with 67,439 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/fixtures/spec-repos/trunk/CocoaPods-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
min: 1.0.0
last: 1.7.2
prefix_lengths:
- 1
- 1
- 1
1 change: 1 addition & 0 deletions spec/fixtures/spec-repos/trunk/CocoaPods-version.yml.etag
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"4b15eeb243a9f5a48adc58ce7f972bd627caaab8"
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "JSONKit",
"version": "1.4",
"license": "BSD / Apache License, Version 2.0",
"summary": "A Very High Performance Objective-C JSON Library.",
"homepage": "https://github.com/johnezang/JSONKit",
"authors": "John Engelhart",
"source": {
"git": "https://github.com/johnezang/JSONKit.git",
"tag": "v1.4"
},
"source_files": "JSONKit.*",
"requires_arc": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"14e9bc09a9c1e727c5487b2f07af3707361e76ca"
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "JSONKit",
"version": "1.5pre",
"license": "BSD / Apache License, Version 2.0",
"summary": "A Very High Performance Objective-C JSON Library.",
"homepage": "https://github.com/johnezang/JSONKit",
"authors": "John Engelhart",
"source": {
"git": "https://github.com/johnezang/JSONKit.git",
"commit": "0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce"
},
"source_files": "JSONKit.*",
"requires_arc": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"9063eb9feac3d097a4592b1eafcbcfee978210cc"
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
{
"name": "RestKit",
"version": "0.10.0",
"summary": "RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X.",
"homepage": "http://www.restkit.org",
"authors": {
"Blake Watters": "[email protected]"
},
"source": {
"git": "https://github.com/RestKit/RestKit.git",
"tag": "v0.10.0"
},
"license": "Apache License, Version 2.0",
"source_files": "Code/RestKit.h",
"default_subspecs": [
"JSON"
],
"requires_arc": false,
"subspecs": [
{
"name": "JSON",
"dependencies": {
"RestKit/Network": [

],
"RestKit/ObjectMapping/JSON": [

],
"RestKit/ObjectMapping/CoreData": [

],
"RestKit/UI": [

]
}
},
{
"name": "XML",
"dependencies": {
"RestKit/Network": [

],
"RestKit/ObjectMapping/XML": [

],
"RestKit/ObjectMapping/CoreData": [

],
"RestKit/UI": [

]
}
},
{
"name": "Network",
"source_files": [
"Code/Network",
"Code/Support"
],
"ios": {
"frameworks": [
"CFNetwork",
"Security",
"MobileCoreServices",
"SystemConfiguration"
]
},
"osx": {
"frameworks": [
"CoreServices",
"Security",
"SystemConfiguration"
]
},
"dependencies": {
"LibComponentLogging-NSLog": [
">= 1.0.4"
],
"cocoa-oauth": [

],
"FileMD5Hash": [

],
"SOCKit": [

]
}
},
{
"name": "UI",
"ios": {
"source_files": "Code/UI",
"frameworks": "QuartzCore",
"dependencies": {
"UDTableView": [

]
}
},
"osx": {
"source_files": "Code/UI/UIImage+RKAdditions.{h,m}"
}
},
{
"name": "ObjectMapping",
"source_files": "Code/ObjectMapping",
"dependencies": {
"ISO8601DateFormatter": [
">= 0.6"
],
"RestKit/Network": [

]
},
"subspecs": [
{
"name": "JSON",
"source_files": "Code/Support/Parsers/JSON/RKJSONParserJSONKit.{h,m}",
"dependencies": {
"JSONKit": [
">= 1.5pre"
]
}
},
{
"name": "XML",
"source_files": "Code/Support/Parsers/XML/RKXMLParserXMLReader.{h,m}",
"libraries": "xml2",
"dependencies": {
"XMLReader": [

]
}
},
{
"name": "CoreData",
"source_files": "Code/CoreData",
"frameworks": "CoreData"
}
]
},
{
"name": "Testing",
"source_files": "Code/Testing"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"f17a16edc88543a2cbc5efdcf5008df1bf6ec007"
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
{
"name": "RestKit",
"version": "0.10.1",
"summary": "RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X.",
"homepage": "http://www.restkit.org",
"authors": {
"Blake Watters": "[email protected]"
},
"source": {
"git": "https://github.com/RestKit/RestKit.git",
"tag": "v0.10.1"
},
"license": "Apache License, Version 2.0",
"source_files": "Code/RestKit.h",
"default_subspecs": [
"JSON"
],
"requires_arc": false,
"subspecs": [
{
"name": "JSON",
"dependencies": {
"RestKit/Network": [

],
"RestKit/ObjectMapping/JSON": [

],
"RestKit/ObjectMapping/CoreData": [

],
"RestKit/UI": [

]
}
},
{
"name": "XML",
"dependencies": {
"RestKit/Network": [

],
"RestKit/ObjectMapping/XML": [

],
"RestKit/ObjectMapping/CoreData": [

],
"RestKit/UI": [

]
}
},
{
"name": "Network",
"source_files": [
"Code/Network",
"Code/Support"
],
"ios": {
"frameworks": [
"CFNetwork",
"Security",
"MobileCoreServices",
"SystemConfiguration"
]
},
"osx": {
"frameworks": [
"CoreServices",
"Security",
"SystemConfiguration"
]
},
"dependencies": {
"LibComponentLogging-NSLog": [
">= 1.0.4"
],
"cocoa-oauth": [

],
"FileMD5Hash": [

],
"SOCKit": [

]
}
},
{
"name": "UI",
"ios": {
"source_files": "Code/UI",
"frameworks": "QuartzCore"
},
"osx": {
"source_files": "Code/UI/UIImage+RKAdditions.{h,m}"
}
},
{
"name": "ObjectMapping",
"source_files": "Code/ObjectMapping",
"dependencies": {
"ISO8601DateFormatter": [
">= 0.6"
],
"RestKit/Network": [

]
},
"subspecs": [
{
"name": "JSON",
"source_files": "Code/Support/Parsers/JSON/RKJSONParserJSONKit.{h,m}",
"dependencies": {
"JSONKit": [
">= 1.5pre"
]
}
},
{
"name": "XML",
"source_files": "Code/Support/Parsers/XML/RKXMLParserXMLReader.{h,m}",
"libraries": "xml2",
"dependencies": {
"XMLReader": [

]
}
},
{
"name": "CoreData",
"source_files": "Code/CoreData",
"frameworks": "CoreData"
}
]
},
{
"name": "Testing",
"source_files": "Code/Testing"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"d78228fbefae07c1638c587536c1b645642188a0"
Loading

0 comments on commit 168b682

Please sign in to comment.