[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / c / 6 / 1 / MyOpenSourceProject / 0.1.1 / MyOpenSourceProject.podspec.json
blob234910c079a489bcfb011130b886bb61e6ca93a5
2   "name": "MyOpenSourceProject",
3   "version": "0.1.1",
4   "summary": "just a test using pod lib create my open source lib",
5   "description": "my first open source lib using cocoapod lib create.",
6   "homepage": "http://www.guohead.com/",
7   "license": "MIT",
8   "authors": {
9     "keith.liu": "153293947@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/cskevincs/MyOpenSourceProject.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     "MyOpenSourceProject": [
22       "Pod/Assets/*.png"
23     ]
24   }