[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 3 / 2 / CIOAPIClient / 0.9.1 / CIOAPIClient.podspec.json
blob0e6e53864b4aff1ea3ff4c25c3c4fc5389f41daa
2   "name": "CIOAPIClient",
3   "version": "0.9.1",
4   "summary": "API Client for Context.IO Email API",
5   "description": "Build awesome things with email! We take the pain out of syncing email data with your app so you can focus on what makes your product great.",
6   "homepage": "https://github.com/contextio/contextio-ios",
7   "license": "MIT",
8   "authors": {
9     "Context.IO": "support@context.io"
10   },
11   "social_media_url": "https://twitter.com/contextio",
12   "source": {
13     "git": "https://github.com/contextio/contextio-ios.git",
14     "tag": "0.9.1"
15   },
16   "source_files": "CIOAPIClient/*.{h,m}",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.9"
21   },
22   "ios": {
23     "frameworks": "Security"
24   },
25   "dependencies": {
26     "SSKeychain": [
27       "~> 1"
28     ],
29     "TDOAuth": [
30       "~> 1.1"
31     ]
32   }