[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / 5 / TMTumblrSDK / 4.0.4 / TMTumblrSDK.podspec.json
blob34b7a33a08b7ab6aa881900399f13b61784e72b3
2   "name": "TMTumblrSDK",
3   "version": "4.0.4",
4   "summary": "An unopinionated and flexible library for easily integrating Tumblr data into your iOS or OS X application.",
5   "authors": {
6     "Tumblr iOS": "ios-engineering@tumblr.com"
7   },
8   "homepage": "http://tumblr.github.com/TMTumblrSDK",
9   "license": {
10     "type": "Apache 2.0",
11     "file": "LICENSE"
12   },
13   "source": {
14     "git": "https://github.com/tumblr/TMTumblrSDK.git",
15     "tag": "4.0.4"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "frameworks": "Foundation",
23   "ios": {
24     "weak_frameworks": "UIKit"
25   },
26   "osx": {
27     "weak_frameworks": "AppKit"
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "TMTumblrSDK/Core",
33       "dependencies": {
34         "Spectacles": [
35           "~> 1.0"
36         ]
37       },
38       "resources": "TMTumblrSDK.podspec.json"
39     },
40     {
41       "name": "Activity",
42       "platforms": {
43         "ios": "5.0"
44       },
45       "source_files": "TMTumblrSDK/Activity",
46       "resources": "TMTumblrSDK/Activity/*.{png}"
47     },
48     {
49       "name": "APIClient",
50       "source_files": "TMTumblrSDK/APIClient",
51       "dependencies": {
52         "JXHTTP": [
54         ]
55       },
56       "subspecs": [
57         {
58           "name": "Authentication",
59           "source_files": "TMTumblrSDK/Authentication",
60           "dependencies": {
61             "TMTumblrSDK/Core": [
63             ]
64           }
65         }
66       ]
67     },
68     {
69       "name": "AppClient",
70       "platforms": {
71         "ios": "5.0"
72       },
73       "source_files": "TMTumblrSDK/AppClient",
74       "dependencies": {
75         "TMTumblrSDK/Core": [
77         ]
78       }
79     }
80   ]