pod-synchronize 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +2 -0
  3. data/.rspec +3 -0
  4. data/.simplecov +4 -0
  5. data/.travis.yml +3 -0
  6. data/Gemfile +8 -0
  7. data/Gemfile.lock +67 -0
  8. data/LICENSE +22 -0
  9. data/README.md +73 -0
  10. data/Rakefile +5 -0
  11. data/bin/pod-synchronize +11 -0
  12. data/lib/updater/command.rb +23 -0
  13. data/lib/updater/configuration.rb +39 -0
  14. data/lib/updater/git.rb +40 -0
  15. data/lib/updater/pod.rb +27 -0
  16. data/lib/updater/specs.rb +30 -0
  17. data/lib/updater/synchronize.rb +87 -0
  18. data/lib/updater/version.rb +38 -0
  19. data/lib/updater.rb +7 -0
  20. data/pod-synchronize.gemspec +22 -0
  21. data/spec/configuration_spec.rb +60 -0
  22. data/spec/fixtures/config.yml +14 -0
  23. data/spec/fixtures/specs/NBNRealmBrowser/0.1.0/NBNRealmBrowser.podspec.json +26 -0
  24. data/spec/fixtures/specs/NBNRealmBrowser/0.2.0/NBNRealmBrowser.podspec.json +26 -0
  25. data/spec/fixtures/specs/NBNRealmBrowser/0.3.0/NBNRealmBrowser.podspec.json +26 -0
  26. data/spec/fixtures/specs/XNGAPIClient/0.1.0/XNGAPIClient.podspec.json +35 -0
  27. data/spec/fixtures/specs/XNGAPIClient/0.2.0/XNGAPIClient.podspec.json +36 -0
  28. data/spec/fixtures/specs/XNGAPIClient/0.2.1/XNGAPIClient.podspec.json +45 -0
  29. data/spec/fixtures/specs/XNGAPIClient/0.2.2/XNGAPIClient.podspec.json +45 -0
  30. data/spec/fixtures/specs/XNGAPIClient/0.3.0/XNGAPIClient.podspec.json +45 -0
  31. data/spec/fixtures/specs/XNGAPIClient/0.3.1/XNGAPIClient.podspec.json +45 -0
  32. data/spec/fixtures/specs/XNGAPIClient/0.4.0/XNGAPIClient.podspec.json +45 -0
  33. data/spec/fixtures/specs/XNGAPIClient/1.0.0/XNGAPIClient.podspec.json +42 -0
  34. data/spec/fixtures/specs/XNGAPIClient/1.1.0/XNGAPIClient.podspec.json +42 -0
  35. data/spec/fixtures/specs/XNGAPIClient/1.1.1/XNGAPIClient.podspec.json +42 -0
  36. data/spec/fixtures/specs/XNGAPIClient/1.2.0/XNGAPIClient.podspec.json +42 -0
  37. data/spec/fixtures/specs/XNGOAuth1Client/0.0.1/XNGOAuth1Client.podspec.json +26 -0
  38. data/spec/fixtures/specs/XNGOAuth1Client/0.0.2/XNGOAuth1Client.podspec.json +26 -0
  39. data/spec/fixtures/specs/XNGOAuth1Client/1.0.0/XNGOAuth1Client.podspec.json +26 -0
  40. data/spec/fixtures/specs/XNGOAuth1Client/2.0.0/XNGOAuth1Client.podspec.json +26 -0
  41. data/spec/fixtures/specs/XNGOAuth1Client/2.0.1/XNGOAuth1Client.podspec.json +26 -0
  42. data/spec/fixtures/specs_other/NBNPhotoChooser/0.0.1/NBNPhotoChooser.podspec.json +25 -0
  43. data/spec/fixtures/specs_other/NBNPhotoChooser/0.0.2/NBNPhotoChooser.podspec.json +25 -0
  44. data/spec/fixtures/specs_other/NBNPhotoChooser/0.0.6/NBNPhotoChooser.podspec.json +25 -0
  45. data/spec/fixtures/specs_other/NBNPhotoChooser/0.1.0/NBNPhotoChooser.podspec.json +25 -0
  46. data/spec/fixtures/specs_other/NBNPhotoChooser/0.2.0/NBNPhotoChooser.podspec.json +25 -0
  47. data/spec/fixtures/specs_other/NBNPhotoChooser/0.2.1/NBNPhotoChooser.podspec.json +25 -0
  48. data/spec/git_spec.rb +60 -0
  49. data/spec/pod_spec.rb +54 -0
  50. data/spec/spec_helper.rb +102 -0
  51. data/spec/specs_spec.rb +51 -0
  52. data/spec/version_spec.rb +45 -0
  53. metadata +186 -0
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "NBNRealmBrowser",
3
+ "version": "0.3.0",
4
+ "summary": "NBNRealmBrowser is the iOS companion to the Realm Browser for Mac.",
5
+ "description": " NBNRealmBrowser is the iOS companion to the\n Realm Browser for Mac.\n It displays all information for your current\n Realm for debugging purposes.\n",
6
+ "homepage": "https://github.com/nerdishbynature/NBNRealmBrowser",
7
+ "license": "MIT",
8
+ "authors": {
9
+ "Piet Brauer": "piet@nerdishbynature.com"
10
+ },
11
+ "source": {
12
+ "git": "https://github.com/nerdishbynature/NBNRealmBrowser.git",
13
+ "tag": "0.3.0"
14
+ },
15
+ "social_media_url": "https://twitter.com/pietbrauer",
16
+ "platforms": {
17
+ "ios": "7.0"
18
+ },
19
+ "requires_arc": true,
20
+ "source_files": "Pod/Classes",
21
+ "dependencies": {
22
+ "Realm": [
23
+ "~> 0.91"
24
+ ]
25
+ }
26
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "XNGAPIClient",
3
+ "version": "0.1.0",
4
+ "license": "MIT",
5
+ "platforms": {
6
+ "ios": "6.0",
7
+ "osx": "10.7"
8
+ },
9
+ "summary": "The official Objective-C client for the XING API",
10
+ "authors": {
11
+ "XING iOS Team": "iphonedev@xing.com"
12
+ },
13
+ "source": {
14
+ "git": "https://github.com/xing/XNGAPIClient.git",
15
+ "tag": "0.1.0"
16
+ },
17
+ "source_files": "XNGAPIClient/*.{h,m}",
18
+ "requires_arc": true,
19
+ "homepage": "https://www.xing.com",
20
+ "dependencies": {
21
+ "AFNetworking": [
22
+ "~> 1.3.0"
23
+ ],
24
+ "SSKeychain": [
25
+ "= 1.2.0"
26
+ ],
27
+ "AFOAuth1Client": [
28
+ "= 0.3.1"
29
+ ]
30
+ },
31
+ "frameworks": [
32
+ "Security",
33
+ "SystemConfiguration"
34
+ ]
35
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "name": "XNGAPIClient",
3
+ "version": "0.2.0",
4
+ "license": "MIT",
5
+ "social_media_url": "https://twitter.com/xingdevs",
6
+ "platforms": {
7
+ "ios": "6.0",
8
+ "osx": "10.7"
9
+ },
10
+ "summary": "The official Objective-C client for the XING API",
11
+ "authors": {
12
+ "XING iOS Team": "iphonedev@xing.com"
13
+ },
14
+ "source": {
15
+ "git": "https://github.com/xing/XNGAPIClient.git",
16
+ "tag": "0.2.0"
17
+ },
18
+ "source_files": "XNGAPIClient/*.{h,m}",
19
+ "requires_arc": true,
20
+ "homepage": "https://www.xing.com",
21
+ "dependencies": {
22
+ "AFNetworking": [
23
+ "~> 1.3.0"
24
+ ],
25
+ "SSKeychain": [
26
+ "= 1.2.0"
27
+ ],
28
+ "AFOAuth1Client": [
29
+ "= 0.3.1"
30
+ ]
31
+ },
32
+ "frameworks": [
33
+ "Security",
34
+ "SystemConfiguration"
35
+ ]
36
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "XNGAPIClient",
3
+ "version": "0.2.1",
4
+ "license": "MIT",
5
+ "platforms": {
6
+ "ios": "6.0",
7
+ "osx": "10.7"
8
+ },
9
+ "summary": "The official Objective-C client for the XING API",
10
+ "authors": {
11
+ "XING iOS Team": "iphonedev@xing.com"
12
+ },
13
+ "source": {
14
+ "git": "https://github.com/xing/XNGAPIClient.git",
15
+ "tag": "0.2.1"
16
+ },
17
+ "requires_arc": true,
18
+ "homepage": "https://www.xing.com",
19
+ "default_subspec": "Core",
20
+ "subspecs": [
21
+ {
22
+ "name": "Core",
23
+ "source_files": "XNGAPIClient/*.{h,m}",
24
+ "dependencies": {
25
+ "AFNetworking": [
26
+ "~> 1.3.0"
27
+ ],
28
+ "SSKeychain": [
29
+ "= 1.2.0"
30
+ ],
31
+ "AFOAuth1Client": [
32
+ "= 0.3.1"
33
+ ]
34
+ },
35
+ "frameworks": [
36
+ "Security",
37
+ "SystemConfiguration"
38
+ ]
39
+ },
40
+ {
41
+ "name": "NSDictionary-Typecheck",
42
+ "source_files": "XNGAPIClient/NSDictionary+Typecheck.{h,m}"
43
+ }
44
+ ]
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "XNGAPIClient",
3
+ "version": "0.2.2",
4
+ "license": "MIT",
5
+ "platforms": {
6
+ "ios": "6.0",
7
+ "osx": "10.7"
8
+ },
9
+ "summary": "The official Objective-C client for the XING API",
10
+ "authors": {
11
+ "XING iOS Team": "iphonedev@xing.com"
12
+ },
13
+ "source": {
14
+ "git": "https://github.com/xing/XNGAPIClient.git",
15
+ "tag": "0.2.2"
16
+ },
17
+ "requires_arc": true,
18
+ "homepage": "https://www.xing.com",
19
+ "default_subspecs": "Core",
20
+ "subspecs": [
21
+ {
22
+ "name": "Core",
23
+ "source_files": "XNGAPIClient/*.{h,m}",
24
+ "dependencies": {
25
+ "AFNetworking": [
26
+ "~> 1.3.0"
27
+ ],
28
+ "SSKeychain": [
29
+ "~> 1.2.0"
30
+ ],
31
+ "AFOAuth1Client": [
32
+ "~> 0.3.1"
33
+ ]
34
+ },
35
+ "frameworks": [
36
+ "Security",
37
+ "SystemConfiguration"
38
+ ]
39
+ },
40
+ {
41
+ "name": "NSDictionary-Typecheck",
42
+ "source_files": "XNGAPIClient/NSDictionary+Typecheck.{h,m}"
43
+ }
44
+ ]
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "XNGAPIClient",
3
+ "version": "0.3.0",
4
+ "license": "MIT",
5
+ "platforms": {
6
+ "ios": "6.0",
7
+ "osx": "10.7"
8
+ },
9
+ "summary": "The official Objective-C client for the XING API",
10
+ "authors": {
11
+ "XING iOS Team": "iphonedev@xing.com"
12
+ },
13
+ "source": {
14
+ "git": "https://github.com/xing/XNGAPIClient.git",
15
+ "tag": "0.3.0"
16
+ },
17
+ "requires_arc": true,
18
+ "homepage": "https://www.xing.com",
19
+ "default_subspecs": "Core",
20
+ "subspecs": [
21
+ {
22
+ "name": "Core",
23
+ "source_files": "XNGAPIClient/*.{h,m}",
24
+ "dependencies": {
25
+ "AFNetworking": [
26
+ "~> 1.3.0"
27
+ ],
28
+ "SSKeychain": [
29
+ "~> 1.2.0"
30
+ ],
31
+ "AFOAuth1Client": [
32
+ "~> 0.3.1"
33
+ ]
34
+ },
35
+ "frameworks": [
36
+ "Security",
37
+ "SystemConfiguration"
38
+ ]
39
+ },
40
+ {
41
+ "name": "NSDictionary-Typecheck",
42
+ "source_files": "XNGAPIClient/NSDictionary+Typecheck.{h,m}"
43
+ }
44
+ ]
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "XNGAPIClient",
3
+ "version": "0.3.1",
4
+ "license": "MIT",
5
+ "platforms": {
6
+ "ios": "6.0",
7
+ "osx": "10.7"
8
+ },
9
+ "summary": "The official Objective-C client for the XING API",
10
+ "authors": {
11
+ "XING iOS Team": "iphonedev@xing.com"
12
+ },
13
+ "source": {
14
+ "git": "https://github.com/xing/XNGAPIClient.git",
15
+ "tag": "0.3.1"
16
+ },
17
+ "requires_arc": true,
18
+ "homepage": "https://www.xing.com",
19
+ "default_subspecs": "Core",
20
+ "subspecs": [
21
+ {
22
+ "name": "Core",
23
+ "source_files": "XNGAPIClient/*.{h,m}",
24
+ "dependencies": {
25
+ "AFNetworking": [
26
+ "~> 1.3.0"
27
+ ],
28
+ "SSKeychain": [
29
+ "~> 1.2.0"
30
+ ],
31
+ "AFOAuth1Client": [
32
+ "~> 0.3.1"
33
+ ]
34
+ },
35
+ "frameworks": [
36
+ "Security",
37
+ "SystemConfiguration"
38
+ ]
39
+ },
40
+ {
41
+ "name": "NSDictionary-Typecheck",
42
+ "source_files": "XNGAPIClient/NSDictionary+Typecheck.{h,m}"
43
+ }
44
+ ]
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "XNGAPIClient",
3
+ "version": "0.4.0",
4
+ "license": "MIT",
5
+ "platforms": {
6
+ "ios": "6.0",
7
+ "osx": "10.7"
8
+ },
9
+ "summary": "The official Objective-C client for the XING API",
10
+ "authors": {
11
+ "XING iOS Team": "iphonedev@xing.com"
12
+ },
13
+ "source": {
14
+ "git": "https://github.com/xing/XNGAPIClient.git",
15
+ "tag": "0.4.0"
16
+ },
17
+ "requires_arc": true,
18
+ "homepage": "https://www.xing.com",
19
+ "default_subspecs": "Core",
20
+ "subspecs": [
21
+ {
22
+ "name": "Core",
23
+ "source_files": "XNGAPIClient/*.{h,m}",
24
+ "dependencies": {
25
+ "AFNetworking": [
26
+ "~> 1.3.0"
27
+ ],
28
+ "SSKeychain": [
29
+ "~> 1.2.0"
30
+ ],
31
+ "AFOAuth1Client": [
32
+ "~> 0.3.1"
33
+ ]
34
+ },
35
+ "frameworks": [
36
+ "Security",
37
+ "SystemConfiguration"
38
+ ]
39
+ },
40
+ {
41
+ "name": "NSDictionary-Typecheck",
42
+ "source_files": "XNGAPIClient/NSDictionary+Typecheck.{h,m}"
43
+ }
44
+ ]
45
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "XNGAPIClient",
3
+ "version": "1.0.0",
4
+ "license": "MIT",
5
+ "platforms": {
6
+ "ios": "6.0",
7
+ "osx": "10.8"
8
+ },
9
+ "summary": "The official Objective-C client for the XING API",
10
+ "authors": {
11
+ "XING iOS Team": "iphonedev@xing.com"
12
+ },
13
+ "source": {
14
+ "git": "https://github.com/xing/XNGAPIClient.git",
15
+ "tag": "1.0.0"
16
+ },
17
+ "requires_arc": true,
18
+ "homepage": "https://www.xing.com",
19
+ "default_subspecs": "Core",
20
+ "subspecs": [
21
+ {
22
+ "name": "Core",
23
+ "source_files": "XNGAPIClient/*.{h,m}",
24
+ "dependencies": {
25
+ "SSKeychain": [
26
+ "~> 1.2.0"
27
+ ],
28
+ "XNGOAuth1Client": [
29
+ "~> 1.0.0"
30
+ ]
31
+ },
32
+ "frameworks": [
33
+ "Security",
34
+ "SystemConfiguration"
35
+ ]
36
+ },
37
+ {
38
+ "name": "NSDictionary-Typecheck",
39
+ "source_files": "XNGAPIClient/NSDictionary+Typecheck.{h,m}"
40
+ }
41
+ ]
42
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "XNGAPIClient",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "platforms": {
6
+ "ios": "6.0",
7
+ "osx": "10.8"
8
+ },
9
+ "summary": "The official Objective-C client for the XING API",
10
+ "authors": {
11
+ "XING iOS Team": "iphonedev@xing.com"
12
+ },
13
+ "source": {
14
+ "git": "https://github.com/xing/XNGAPIClient.git",
15
+ "tag": "1.1.0"
16
+ },
17
+ "requires_arc": true,
18
+ "homepage": "https://www.xing.com",
19
+ "default_subspecs": "Core",
20
+ "subspecs": [
21
+ {
22
+ "name": "Core",
23
+ "source_files": "XNGAPIClient/*.{h,m}",
24
+ "dependencies": {
25
+ "SSKeychain": [
26
+ "~> 1.2.0"
27
+ ],
28
+ "XNGOAuth1Client": [
29
+ "~> 2.0.0"
30
+ ]
31
+ },
32
+ "frameworks": [
33
+ "Security",
34
+ "SystemConfiguration"
35
+ ]
36
+ },
37
+ {
38
+ "name": "NSDictionary-Typecheck",
39
+ "source_files": "XNGAPIClient/NSDictionary+Typecheck.{h,m}"
40
+ }
41
+ ]
42
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "XNGAPIClient",
3
+ "version": "1.1.1",
4
+ "license": "MIT",
5
+ "platforms": {
6
+ "ios": "6.0",
7
+ "osx": "10.8"
8
+ },
9
+ "summary": "The official Objective-C client for the XING API",
10
+ "authors": {
11
+ "XING iOS Team": "iphonedev@xing.com"
12
+ },
13
+ "source": {
14
+ "git": "https://github.com/xing/XNGAPIClient.git",
15
+ "tag": "1.1.1"
16
+ },
17
+ "requires_arc": true,
18
+ "homepage": "https://www.xing.com",
19
+ "default_subspecs": "Core",
20
+ "subspecs": [
21
+ {
22
+ "name": "Core",
23
+ "source_files": "XNGAPIClient/*.{h,m}",
24
+ "dependencies": {
25
+ "SSKeychain": [
26
+ "~> 1.2.0"
27
+ ],
28
+ "XNGOAuth1Client": [
29
+ "~> 2.0.0"
30
+ ]
31
+ },
32
+ "frameworks": [
33
+ "Security",
34
+ "SystemConfiguration"
35
+ ]
36
+ },
37
+ {
38
+ "name": "NSDictionary-Typecheck",
39
+ "source_files": "XNGAPIClient/NSDictionary+Typecheck.{h,m}"
40
+ }
41
+ ]
42
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "XNGAPIClient",
3
+ "version": "1.2.0",
4
+ "license": "MIT",
5
+ "platforms": {
6
+ "ios": "6.0",
7
+ "osx": "10.8"
8
+ },
9
+ "summary": "The official Objective-C client for the XING API",
10
+ "authors": {
11
+ "XING iOS Team": "iphonedev@xing.com"
12
+ },
13
+ "source": {
14
+ "git": "https://github.com/xing/XNGAPIClient.git",
15
+ "tag": "1.2.0"
16
+ },
17
+ "requires_arc": true,
18
+ "homepage": "https://www.xing.com",
19
+ "default_subspecs": "Core",
20
+ "subspecs": [
21
+ {
22
+ "name": "Core",
23
+ "source_files": "XNGAPIClient/*.{h,m}",
24
+ "dependencies": {
25
+ "SSKeychain": [
26
+ "~> 1.2.0"
27
+ ],
28
+ "XNGOAuth1Client": [
29
+ "~> 2.0.0"
30
+ ]
31
+ },
32
+ "frameworks": [
33
+ "Security",
34
+ "SystemConfiguration"
35
+ ]
36
+ },
37
+ {
38
+ "name": "NSDictionary-Typecheck",
39
+ "source_files": "XNGAPIClient/NSDictionary+Typecheck.{h,m}"
40
+ }
41
+ ]
42
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "XNGOAuth1Client",
3
+ "version": "0.0.1",
4
+ "license": "MIT",
5
+ "platforms": {
6
+ "ios": "6.0",
7
+ "osx": "10.8"
8
+ },
9
+ "summary": "A OAuth1 client based on AFNetworking 2.0 for use in the XNGAPIClient",
10
+ "authors": {
11
+ "XING iOS Team": "iphonedev@xing.com"
12
+ },
13
+ "source": {
14
+ "git": "git://source.xing.com/ios-pods-external/XNGOAuth1Client.git",
15
+ "tag": "0.0.1"
16
+ },
17
+ "source_files": "XNGOAuth1Client/*.{h,m}",
18
+ "requires_arc": true,
19
+ "homepage": "https://www.xing.com",
20
+ "dependencies": {
21
+ "AFNetworking": [
22
+ "~> 2.0.3"
23
+ ]
24
+ },
25
+ "frameworks": "Security"
26
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "XNGOAuth1Client",
3
+ "version": "0.0.2",
4
+ "license": "MIT",
5
+ "platforms": {
6
+ "ios": "6.0",
7
+ "osx": "10.8"
8
+ },
9
+ "summary": "A OAuth1 client based on AFNetworking 2.0 for use in the XNGAPIClient",
10
+ "authors": {
11
+ "XING iOS Team": "iphonedev@xing.com"
12
+ },
13
+ "source": {
14
+ "git": "git://source.xing.com/ios-pods-external/XNGOAuth1Client.git",
15
+ "tag": "0.0.2"
16
+ },
17
+ "source_files": "XNGOAuth1Client/*.{h,m}",
18
+ "requires_arc": true,
19
+ "homepage": "https://www.xing.com",
20
+ "dependencies": {
21
+ "AFNetworking": [
22
+ "~> 2.0.3"
23
+ ]
24
+ },
25
+ "frameworks": "Security"
26
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "XNGOAuth1Client",
3
+ "version": "1.0.0",
4
+ "license": "MIT",
5
+ "platforms": {
6
+ "ios": "6.0",
7
+ "osx": "10.8"
8
+ },
9
+ "summary": "A OAuth1 client based on AFNetworking 2.0 for use in the XNGAPIClient",
10
+ "authors": {
11
+ "XING iOS Team": "iphonedev@xing.com"
12
+ },
13
+ "source": {
14
+ "git": "git://source.xing.com/ios-pods-external/XNGOAuth1Client.git",
15
+ "tag": "1.0.0"
16
+ },
17
+ "source_files": "XNGOAuth1Client/*.{h,m}",
18
+ "requires_arc": true,
19
+ "homepage": "https://www.xing.com",
20
+ "dependencies": {
21
+ "AFNetworking": [
22
+ "~> 2.0"
23
+ ]
24
+ },
25
+ "frameworks": "Security"
26
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "XNGOAuth1Client",
3
+ "version": "2.0.0",
4
+ "license": "MIT",
5
+ "platforms": {
6
+ "ios": "6.0",
7
+ "osx": "10.8"
8
+ },
9
+ "summary": "A OAuth1 client based on AFNetworking 2.0 for use in the XNGAPIClient",
10
+ "authors": {
11
+ "XING iOS Team": "iphonedev@xing.com"
12
+ },
13
+ "source": {
14
+ "git": "git://source.xing.com/ios-pods-external/XNGOAuth1Client.git",
15
+ "tag": "2.0.0"
16
+ },
17
+ "source_files": "XNGOAuth1Client/*.{h,m}",
18
+ "requires_arc": true,
19
+ "homepage": "https://www.xing.com",
20
+ "dependencies": {
21
+ "AFNetworking": [
22
+ "~> 2.0"
23
+ ]
24
+ },
25
+ "frameworks": "Security"
26
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "XNGOAuth1Client",
3
+ "version": "2.0.1",
4
+ "license": "MIT",
5
+ "platforms": {
6
+ "ios": "6.0",
7
+ "osx": "10.8"
8
+ },
9
+ "summary": "A OAuth1 client based on AFNetworking 2.0 for use in the XNGAPIClient",
10
+ "authors": {
11
+ "XING iOS Team": "iphonedev@xing.com"
12
+ },
13
+ "source": {
14
+ "git": "git://source.xing.com/ios-pods-external/XNGOAuth1Client.git",
15
+ "tag": "2.0.1"
16
+ },
17
+ "source_files": "XNGOAuth1Client/*.{h,m}",
18
+ "requires_arc": true,
19
+ "homepage": "https://www.xing.com",
20
+ "dependencies": {
21
+ "AFNetworking": [
22
+ "~> 2.0"
23
+ ]
24
+ },
25
+ "frameworks": "Security"
26
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "NBNPhotoChooser",
3
+ "version": "0.0.1",
4
+ "platforms": {
5
+ "ios": null
6
+ },
7
+ "summary": "NBNPhotoChooser is an example implementation of the Tumblr Photo Chooser.",
8
+ "homepage": "https://github.com/nerdishbynature/NBNPhotoChooser",
9
+ "license": {
10
+ "type": "MIT",
11
+ "file": "LICENSE"
12
+ },
13
+ "authors": {
14
+ "Piet Brauer": "piet@nerdishbynature.com"
15
+ },
16
+ "source": {
17
+ "git": "git://source.xing.com/ios-pods-external/NBNPhotoChooser.git",
18
+ "tag": "0.0.1"
19
+ },
20
+ "source_files": [
21
+ "Classes",
22
+ "Classes/**/*.{h,m}"
23
+ ],
24
+ "requires_arc": true
25
+ }