[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / b / 5 / my-test-pod / 0.1.0 / my-test-pod.podspec.json
blob64f2ba5e5b4634d8c79f167446c67806ea51cdf5
2   "name": "my-test-pod",
3   "version": "0.1.0",
4   "summary": "Some test pod",
5   "description": "This does some things.\n\nAnd does some other things.\n\n*whee*",
6   "homepage": "https://www.test.com",
7   "license": "MIT",
8   "authors": {
9     "Jamie": "jamiemc@somecompany.com"
10   },
11   "source": {
12     "git": "https://github.com/xrymbos/test-repo.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     "my-test-pod": [
22       "Pod/Assets/*.png"
23     ]
24   }