[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 0 / 4 / 7 / Polymorph / 1.0.5 / Polymorph.podspec.json
blob3ed435e6783a1db0feb14b9006e1b231fcea3af0
2   "name": "Polymorph",
3   "version": "1.0.5",
4   "summary": "Transform value of dictionary to property of Objective-C class.",
5   "description": "Transform value of dictionary to property of Objective-C class, by using a\n`@dynamic` like directive.",
6   "homepage": "https://github.com/douban/Polymorph",
7   "authors": {
8     "Tony Li": "crazygemini.lee@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/douban/Polymorph.git",
12     "tag": "v1.0.5"
13   },
14   "license": {
15     "type": "BSD",
16     "file": "LICENSE"
17   },
18   "source_files": "Polymorph/**/*.{h,m}",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "5.0",
22     "osx": "10.7"
23   },
24   "dependencies": {
25     "libextobjc/EXTScope": [
26       "~> 0.4"
27     ],
28     "libextobjc/RuntimeExtensions": [
29       "~> 0.4"
30     ]
31   }