-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7d5b5f
commit 168b682
Showing
196 changed files
with
67,439 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"4b15eeb243a9f5a48adc58ce7f972bd627caaab8" |
14 changes: 14 additions & 0 deletions
14
spec/fixtures/spec-repos/trunk/Specs/1/3/f/JSONKit/1.4/JSONKit.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
1 change: 1 addition & 0 deletions
1
spec/fixtures/spec-repos/trunk/Specs/1/3/f/JSONKit/1.4/JSONKit.podspec.json.etag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"14e9bc09a9c1e727c5487b2f07af3707361e76ca" |
14 changes: 14 additions & 0 deletions
14
spec/fixtures/spec-repos/trunk/Specs/1/3/f/JSONKit/1.5pre/JSONKit.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
1 change: 1 addition & 0 deletions
1
spec/fixtures/spec-repos/trunk/Specs/1/3/f/JSONKit/1.5pre/JSONKit.podspec.json.etag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"9063eb9feac3d097a4592b1eafcbcfee978210cc" |
148 changes: 148 additions & 0 deletions
148
spec/fixtures/spec-repos/trunk/Specs/8/b/0/RestKit/0.10.0/RestKit.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
1 change: 1 addition & 0 deletions
1
spec/fixtures/spec-repos/trunk/Specs/8/b/0/RestKit/0.10.0/RestKit.podspec.json.etag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"f17a16edc88543a2cbc5efdcf5008df1bf6ec007" |
143 changes: 143 additions & 0 deletions
143
spec/fixtures/spec-repos/trunk/Specs/8/b/0/RestKit/0.10.1/RestKit.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
1 change: 1 addition & 0 deletions
1
spec/fixtures/spec-repos/trunk/Specs/8/b/0/RestKit/0.10.1/RestKit.podspec.json.etag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"d78228fbefae07c1638c587536c1b645642188a0" |
Oops, something went wrong.