[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 7 / 4 / YYModel / 0.9.10 / YYModel.podspec.json
blob83d092f776b6ece752d18dd9deb8985d1753fd4b
2   "name": "YYModel",
3   "summary": "High performance model framework for iOS/OSX.",
4   "version": "0.9.10",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "ibireme": "ibireme@gmail.com"
11   },
12   "social_media_url": "http://blog.ibireme.com",
13   "homepage": "https://github.com/ibireme/YYModel",
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.7",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/ibireme/YYModel.git",
22     "tag": "0.9.10"
23   },
24   "requires_arc": true,
25   "source_files": "YYModel/*.{h,m}",
26   "public_header_files": "YYModel/*.{h}",
27   "frameworks": [
28     "Foundation",
29     "CoreFoundation"
30   ]