[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / 2 / 3 / Polymer / 0.1.2 / Polymer.podspec.json
blobd97915232364bbfccfcd9d76fe2f31bd94d3aa0e
2   "name": "Polymer",
3   "version": "0.1.2",
4   "license": "MIT",
5   "homepage": "https://github.com/LoganWright/Polymer",
6   "authors": {
7     "Logan Wright": "logan.william.wright@gmail.com"
8   },
9   "summary": "Endpoint focused networking for iOS and OS X.",
10   "source": {
11     "git": "https://github.com/LoganWright/Polymer.git",
12     "tag": "0.1.2"
13   },
14   "source_files": "Polymer/Source/**/*.{h,m}",
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.8"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~> 2.0"
23     ],
24     "JSONMapping": [
25       "0.1.5"
26     ]
27   }