[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 3 / 2 / CIOAPIClient / 0.9.0 / CIOAPIClient.podspec.json
blob909cea054a23099cd74a952fe5b876981ef59949
2   "name": "CIOAPIClient",
3   "version": "0.9.0",
4   "summary": "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.9.0"
13   },
14   "source_files": "CIOAPIClient/*.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "ios": {
21     "frameworks": "Security"
22   },
23   "dependencies": {
24     "SSKeychain": [
25       "~> 1"
26     ],
27     "TDOAuth": [
28       "~> 1.1"
29     ]
30   }