[Add] AWSCloudWatch 2.40.0
[CocoaPods.git] / Specs / 9 / 2 / 0 / EDCore / 1.0 / EDCore.podspec.json
blobb81a36b8387db0d878ed05b13798e8a2cab98753
2   "name": "EDCore",
3   "version": "1.0",
4   "summary": "EDCore is a iOS framework. You have beauty project and stable. It will down time development for you",
5   "description": "EDCore allows configure & create base to any iOS Project. Below are services needed to be implement basic funtion. so it's help to you can write short code and meanable. So you will the clear source code",
6   "homepage": "https://github.com/EddieLukeAtmey/EDCore",
7   "license": "MIT",
8   "authors": {
9     "Eddie Luke Atmey": "eddie.marvin116@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/EddieLukeAtmey/EDCore.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "frameworks": [
20     "Foundation",
21     "UIKit",
22     "CoreGraphics",
23     "QuartzCore",
24     "CoreFoundation"
25   ],
26   "source_files": [
27     "EDCore/*",
28     "TDCategory/*",
29     "TDEvent/*",
30     "TDPopup/*",
31     "TDUtils/*"
32   ],
33   "resources": "Resources/**/*.{png,xib,storyboad}",
34   "public_header_files": [
35     "EDCore/*.h",
36     "TDCategory/*.h",
37     "TDEvent/*.h",
38     "TDPopup/*.h",
39     "TDUtils/*.h"
40   ],
41   "dependencies": {
42     "AutoCoding": [
44     ]
45   },
46   "subspecs": [
47     {
48       "name": "TDCategory",
49       "source_files": "TDCategory/*"
50     },
51     {
52       "name": "TDEvent",
53       "source_files": "TDEvent/*"
54     },
55     {
56       "name": "TDPopup",
57       "source_files": "TDPopup/*"
58     },
59     {
60       "name": "TDUtils",
61       "source_files": "TDUtils/*"
62     },
63     {
64       "name": "TDCustomView",
65       "source_files": "TDCustomView/**/*"
66     }
67   ]