[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / 5 / TMTumblrSDK / 1.0.4 / TMTumblrSDK.podspec.json
blob632f625a06de790c84d63ca898052b2b992364ae
2   "name": "TMTumblrSDK",
3   "version": "1.0.4",
4   "summary": "An unopinionated and flexible library for easily integrating Tumblr data into your iOS or OS X application.",
5   "authors": {
6     "Bryan Irace": "bryan@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": "1.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     },
34     {
35       "name": "Activity",
36       "platforms": {
37         "ios": "5.0"
38       },
39       "source_files": "TMTumblrSDK/Activity",
40       "resources": "TMTumblrSDK/Activity/*.{png}"
41     },
42     {
43       "name": "APIClient",
44       "source_files": "TMTumblrSDK/APIClient",
45       "dependencies": {
46         "JXHTTP": [
47           "1.0.0"
48         ]
49       },
50       "subspecs": [
51         {
52           "name": "Authentication",
53           "source_files": "TMTumblrSDK/Authentication",
54           "dependencies": {
55             "NSData+Base64": [
56               "1.0"
57             ],
58             "TMTumblrSDK/Core": [
60             ]
61           }
62         }
63       ]
64     },
65     {
66       "name": "AppClient",
67       "platforms": {
68         "ios": "5.0"
69       },
70       "source_files": "TMTumblrSDK/AppClient",
71       "dependencies": {
72         "TMTumblrSDK/Core": [
74         ]
75       }
76     }
77   ]