[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / d / 6 / ModelProtocol / 0.1.0 / ModelProtocol.podspec.json
blob394b344f46926cffe8087f921f5e6757ce5cc0c3
2   "name": "ModelProtocol",
3   "version": "0.1.0",
4   "summary": "model协议基础库",
5   "description": "TODO:model模块,模块化编程",
6   "homepage": "https://github.com/seongbrave/ModelProtocol",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "seongbrave": "seongbrave@sina.com"
13   },
14   "source": {
15     "git": "https://github.com/seongbrave/ModelProtocol.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "http://seongbrave.github.io/",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "ModelProtocol/Classes/**/*.{swift}",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "SwiftyJSON": [
26       "~> 4.2.0"
27     ]
28   }