[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 3 / 2 / CIOAPIClient / 0.8.5 / CIOAPIClient.podspec.json
blob90be0c351b8e58650a8a7a62f61eee8e77f504f3
2   "name": "CIOAPIClient",
3   "version": "0.8.5",
4   "summary": "An API Client for Context.IO.",
5   "homepage": "https://github.com/contextio/contextio-ios",
6   "license": "MIT",
7   "authors": {
8     "Kevin Lord": "kevinlord@otherinbox.com"
9   },
10   "source": {
11     "git": "https://github.com/contextio/contextio-ios.git",
12     "tag": "0.8.5"
13   },
14   "source_files": [
15     "CIOAPIClient",
16     "CIOAPIClient/OAuth",
17     "CIOAPIClient/OAuth/Crypto"
18   ],
19   "requires_arc": true,
20   "platforms": {
21     "ios": "5.0",
22     "osx": "10.7"
23   },
24   "ios": {
25     "frameworks": "Security"
26   },
27   "dependencies": {
28     "AFNetworking": [
29       ">= 0.9"
30     ],
31     "SSKeychain": [
32       ">= 0.2.1"
33     ]
34   }