[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / a / e / b / ESFramework / 2.3.3 / ESFramework.podspec.json
blob7846bc5ca4abf25f1980fd5210689b090acf7b85
2   "name": "ESFramework",
3   "version": "2.3.3",
4   "license": "MIT",
5   "summary": "An Effective & Swing Framework for iOS.",
6   "homepage": "https://github.com/ESFramework/ESFramework",
7   "authors": {
8     "Elf Sundae": "http://0x123.com"
9   },
10   "source": {
11     "git": "https://github.com/ESFramework/ESFramework.git",
12     "tag": "2.3.3",
13     "submodules": true
14   },
15   "social_media_url": "https://twitter.com/ElfSundae",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "ESFramework/ESFramework.h",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "ESFramework/Core/**/*.{h,m}",
25       "frameworks": [
26         "Foundation",
27         "CoreFoundation",
28         "UIKit",
29         "CoreGraphics",
30         "Security"
31       ]
32     },
33     {
34       "name": "Additions",
35       "source_files": "ESFramework/Additions/**/*.{h,m}",
36       "frameworks": [
37         "CoreTelephony",
38         "SystemConfiguration"
39       ],
40       "dependencies": {
41         "ESFramework/Core": [
43         ]
44       }
45     },
46     {
47       "name": "App",
48       "source_files": "ESFramework/App/**/*.{h,m}",
49       "private_header_files": "ESFramework/App/**/*+Private.h",
50       "dependencies": {
51         "ESFramework/Core": [
53         ],
54         "ESFramework/Additions": [
56         ]
57       }
58     },
59     {
60       "name": "StoreKit",
61       "source_files": "ESFramework/StoreKit/**/*.{h,m}",
62       "frameworks": "StoreKit",
63       "dependencies": {
64         "ESFramework/Core": [
66         ],
67         "ESFramework/Additions": [
69         ],
70         "ESFramework/App": [
72         ]
73       }
74     },
75     {
76       "name": "UIKit",
77       "source_files": "ESFramework/UIKit/ESFrameworkUIKit.h",
78       "frameworks": "QuartzCore",
79       "subspecs": [
80         {
81           "name": "Animation",
82           "source_files": "ESFramework/UIKit/Animation/**/*.{h,m}"
83         },
84         {
85           "name": "View",
86           "source_files": "ESFramework/UIKit/View/**/*.{h,m}",
87           "dependencies": {
88             "ESFramework/Core": [
90             ],
91             "ESFramework/Additions": [
93             ]
94           }
95         },
96         {
97           "name": "RefreshControl",
98           "source_files": "ESFramework/UIKit/RefreshControl/**/*.{h,m}",
99           "dependencies": {
100             "ESFramework/UIKit/View": [
102             ]
103           }
104         },
105         {
106           "name": "Controller",
107           "source_files": "ESFramework/UIKit/Controller/**/*.{h,m}",
108           "frameworks": "MediaPlayer",
109           "dependencies": {
110             "ESFramework/App": [
112             ],
113             "ESFramework/UIKit/View": [
115             ],
116             "ESFramework/UIKit/RefreshControl": [
118             ]
119           }
120         }
121       ]
122     }
123   ]