[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 8 / 5 / Gig / 0.1 / Gig.podspec.json
blobdf13f3746764b0e4231642fcdcf051435a3104e3
2   "name": "Gig",
3   "version": "0.1",
4   "license": "MIT",
5   "summary": "A great Twitter API client powered by Mantle and AFNetworking.",
6   "homepage": "https://github.com/gonzalezreal/Gig",
7   "authors": {
8     "Guillermo Gonzalez": "gonzalezreal@icloud.com"
9   },
10   "source": {
11     "git": "https://github.com/gonzalezreal/Gig.git",
12     "tag": "0.1"
13   },
14   "source_files": "Gig",
15   "requires_arc": true,
16   "dependencies": {
17     "Overcoat": [
18       "~> 1.0"
19     ]
20   },
21   "platforms": {
22     "ios": "6.0",
23     "osx": "10.8"
24   },
25   "ios": {
26     "frameworks": [
27       "Foundation",
28       "Accounts",
29       "Social"
30     ]
31   },
32   "osx": {
33     "frameworks": [
34       "Foundation",
35       "Accounts",
36       "Social"
37     ]
38   }