[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 6 / a / 3 / MyFirstLib / 0.1.1 / MyFirstLib.podspec.json
blobce14d723c8b3eff17fd1a4c062264fc39c896890
2   "name": "MyFirstLib",
3   "version": "0.1.1",
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.1"
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   }