[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 0 / 4 / 7 / Polymorph / 1.0.2 / Polymorph.podspec.json
blob043e8b5f3fc895ab66da64d26f7c2542424c84ed
2   "name": "Polymorph",
3   "version": "1.0.2",
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.2"
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     "TransformerKit/Core": [
32       "~> 0.5"
33     ]
34   }