[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 8 / 3 / Skoal-Utils / 0.0.1 / Skoal-Utils.podspec.json
blobeace1ae4a5935ce992534bc080677874ecb194b2
2   "name": "Skoal-Utils",
3   "version": "0.0.1",
4   "summary": "iOS utils",
5   "homepage": "https://github.com/skooal/Skoal",
6   "license": "MIT",
7   "authors": {
8     "BANYAN": "greenbanyan@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/skooal/Skoal.git",
15     "tag": "0.0.1"
16   },
17   "requires_arc": true,
18   "public_header_files": "Skoal/Skoal.h",
19   "source_files": "Skoal/Skoal.h",
20   "subspecs": [
21     {
22       "name": "Categories",
23       "public_header_files": "Skoal/Categories/Categories.h",
24       "source_files": "Skoal/Categories/Categories.h",
25       "subspecs": [
26         {
27           "name": "UIKit",
28           "source_files": "Skoal/Categories/UIKit/*.{h,m}"
29         },
30         {
31           "name": "Foundation",
32           "source_files": "Skoal/Categories/Foundation/*.{h,m}"
33         }
34       ]
35     },
36     {
37       "name": "Utils",
38       "source_files": "Skoal/Utils/*.{h,m}"
39     }
40   ]