[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 8 / a / 5 / CSApi / 1.0 / CSApi.podspec.json
blob364ff71499bf8d897632d9002c03cc8ce5616c68
2   "name": "CSApi",
3   "version": "1.0",
4   "summary": "Client library for using the Cogenta Shopping API.",
5   "homepage": "https://github.com/cogenta/CSApi",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Will Harris": "will@greatlibrary.net"
12   },
13   "source": {
14     "git": "https://github.com/cogenta/CSApi.git",
15     "tag": "1.0"
16   },
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.7"
20   },
21   "source_files": [
22     "Classes",
23     "CSApi/**/*.{h,m}"
24   ],
25   "public_header_files": "CSApi/CSApi.h",
26   "ios": {
27     "frameworks": [
28       "MobileCoreServices",
29       "SystemConfiguration",
30       "Foundation"
31     ]
32   },
33   "osx": {
34     "frameworks": [
35       "AppKit",
36       "CoreServices",
37       "SystemConfiguration",
38       "Foundation"
39     ]
40   },
41   "requires_arc": true,
42   "dependencies": {
43     "AFNetworking": [
44       "1.3.2"
45     ],
46     "HyperBek": [
48     ],
49     "Base64": [
51     ],
52     "NSArray+Functional": [
54     ],
55     "ISO8601DateFormatter": [
57     ],
58     "SBJson": [
60     ]
61   }