[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / 5 / TMTumblrSDK / 1.0.1 / TMTumblrSDK.podspec.json
blobce91f45a8ca1b7768080f50a3bfc123346ee7514
2   "name": "TMTumblrSDK",
3   "version": "1.0.1",
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 License, Version 2.0",
11     "file": "LICENSE"
12   },
13   "source": {
14     "git": "https://github.com/tumblr/TMTumblrSDK.git",
15     "tag": "1.0.1"
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": "Activity",
32       "platforms": {
33         "ios": "5.0"
34       },
35       "source_files": "TMTumblrSDK/Activity",
36       "resources": "TMTumblrSDK/Activity/*.{png}"
37     },
38     {
39       "name": "APIClient",
40       "source_files": "TMTumblrSDK/APIClient",
41       "dependencies": {
42         "JXHTTP": [
43           "1.0.0"
44         ]
45       },
46       "subspecs": [
47         {
48           "name": "Authentication",
49           "source_files": "TMTumblrSDK/Authentication",
50           "dependencies": {
51             "NSData+Base64": [
52               "1.0"
53             ]
54           }
55         }
56       ]
57     },
58     {
59       "name": "AppClient",
60       "platforms": {
61         "ios": "5.0"
62       },
63       "source_files": "TMTumblrSDK/AppClient",
64       "dependencies": {
65         "InterAppCommunication": [
66           "1.0"
67         ]
68       }
69     }
70   ]