[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 9 / 2 / 3 / Polymer / 0.1.1 / Polymer.podspec.json
blobb2531eb4d2a63033bcfd3b9840f087c8cca20d7b
2   "name": "Polymer",
3   "version": "0.1.1",
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.1"
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.4"
26     ]
27   }