[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 0 / f / 7 / AndyExtension / 1.0.4 / AndyExtension.podspec.json
blob073a406b50cc5401327293d2ab1c9f2be574c91a
2   "name": "AndyExtension",
3   "version": "1.0.4",
4   "summary": "A fast and convenient conversion between JSON and model",
5   "description": "A fast, convenient and nonintrusive conversion for JSON to model. Your model class don't need to extend another base class. You don't need to modify any model file.",
6   "homepage": "https://github.com/lyandy/AndyExtension",
7   "license": "MIT",
8   "authors": {
9     "李扬": "liyangforever@vip.qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/lyandy/AndyExtension.git",
16     "tag": "1.0.4"
17   },
18   "source_files": "AndyExtension/*",
19   "frameworks": [
20     "Foundation",
21     "CoreData"
22   ],
23   "requires_arc": true