[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 6 / a / 3 / MyFirstLib / 0.1.0 / MyFirstLib.podspec.json
blob39840661671a971902e8ac96fa23725018b41d84
2   "name": "MyFirstLib",
3   "version": "0.1.0",
4   "summary": "My cocoapods tutorial",
5   "description": "My cocoapods tutorial to create pods.",
6   "homepage": "https://github.com/KefanJian/MyFirstLib",
7   "license": "MIT",
8   "authors": {
9     "Kefan Jian": "kefanjian@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/KefanJian/MyFirstLib.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "MyFirstLib": [
22       "Pod/Assets/*.png"
23     ]
24   }