[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / 3 / 2 / CIOAPIClient / 1.0 / CIOAPIClient.podspec.json
blobcdbcab8fc0ec031a036c3c438c3647e5b8dfc278
2   "name": "CIOAPIClient",
3   "version": "1.0",
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": "1.0"
15   },
16   "requires_arc": true,
17   "source_files": "CIOAPIClient/**/*.{h,m}",
18   "private_header_files": "CIOAPIClient/Vendor/**/*.h",
19   "platforms": {
20     "ios": "7.0",
21     "osx": "10.9"
22   },
23   "ios": {
24     "frameworks": "Security"
25   },
26   "dependencies": {
27     "SSKeychain": [
28       "~> 1"
29     ]
30   }