[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / f / 8 / XTYModel / 1.2.0 / XTYModel.podspec.json
blobe2eb27ecf4ae9b76ecf93410b2cc33dd344b4cc8
2   "name": "XTYModel",
3   "version": "1.2.0",
4   "summary": "A light weight and high performance model framework for iOS",
5   "description": "*Support all basic object you would need and object types can be automatically converted.\n*All data types will be verified to ensure type-safe during the conversion process.\n*Model class do not inherit from any other base class.\n*This library contains only 4 files.",
6   "homepage": "https://github.com/HuanDay/XTYModel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael": "michaelzhaihk@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/HuanDay/XTYModel.git",
19     "tag": "1.2.0"
20   },
21   "source_files": "XTYModel/*.{h,m}",
22   "frameworks": "Foundation",
23   "requires_arc": true