[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / 8 / f / Sqwiggle / 0.1.0 / Sqwiggle.podspec.json
blobde490aab05176365ce7199a1b794cc35d7d35153
2   "name": "Sqwiggle",
3   "version": "0.1.0",
4   "summary": "Objective-C Wrapper for Sqwiggle API",
5   "homepage": "https://www.sqwiggle.com",
6   "license": "MIT",
7   "authors": {
8     "Cameron Webb": "cameron@sqwiggle.com"
9   },
10   "source": {
11     "git": "https://github.com/sqwiggle/sqwiggle-ios-sdk.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "public_header_files": "iOSSDK/*.h",
19   "source_files": "iOSSDK/*.{h,m}",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 2.0.3"
23     ],
24     "ObjectiveSugar": [
25       "~> 0.9"
26     ]
27   }