[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / e / 6 / CocoapodsMakeExample / 0.0.1 / CocoapodsMakeExample.podspec.json
bloba24b4f8045c13cb803b109c0886ff0d1b04a9b4b
2   "name": "CocoapodsMakeExample",
3   "version": "0.0.1",
4   "summary": "A example of Cocoapods make.",
5   "description": "Show how to make a Cocoapods.",
6   "homepage": "https://github.com/AlleniCode/CocoapodsMake.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yutao": "zhangyutao2014@163.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/AlleniCode/CocoapodsMake.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "CocoapodsMakeExample",
23     "CocoapodsMakeExample/CocoapodsMakeExample/Example/*.{h,m}"
24   ],
25   "exclude_files": "CocoapodsMakeExample/Exclude",
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ],
30   "requires_arc": true