[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 3 / Fragrans / 0.1.2 / Fragrans.podspec.json
blob34d674eb386077f0ee791dd441db4f1f657bfae1
2   "name": "Fragrans",
3   "version": "0.1.2",
4   "summary": "The method of class attribute auxiliary tool",
5   "description": "Convenient, extending the class attribute method development",
6   "homepage": "https://github.com/chadhea/Fragrans",
7   "license": "MIT",
8   "authors": {
9     "chadhea": "chadhea@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/chadhea/Fragrans.git",
16     "tag": "0.1.2"
17   },
18   "source_files": "Fragrans/Fragrans/Fragrans/Fragrans.h",
19   "public_header_files": "Fragrans/Fragrans/Fragrans/Fragrans.h",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Custom",
24       "source_files": "Fragrans/Fragrans/Fragrans/Custom/**/*"
25     },
26     {
27       "name": "Extend",
28       "source_files": "Fragrans/Fragrans/Fragrans/Extend/**/*"
29     },
30     {
31       "name": "Function",
32       "source_files": "Fragrans/Fragrans/Fragrans/Function/**/*"
33     },
34     {
35       "name": "UIKit",
36       "source_files": "Fragrans/Fragrans/Fragrans/UIKit/**/*"
37     }
38   ]