[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 3 / 8 / 9 / OrangeFramework / 2.1.1 / OrangeFramework.podspec.json
blobe73c9f8479f72c6b08043679dadccc5743c89a47
2   "name": "OrangeFramework",
3   "version": "2.1.1",
4   "summary": "Powerful framework aimed at fast and high quality developing mobile apps on Objective-C and Swift.",
5   "description": "OrangeFramework is a collection of helpers for fast and high quality developing mobile apps on Objective-C and Swift.",
6   "homepage": "https://bitbucket.org/orangesoft-mobile/orangeframework",
7   "license": "MIT",
8   "authors": {
9     "Roman Kulesha": "kulesha.r@gmail.com"
10   },
11   "source": {
12     "git": "https://bitbucket.org/orangesoft-mobile/orangeframework.git",
13     "tag": "2.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "xcconfig": {
20     "SWIFT_INSTALL_OBJC_HEADER": "NO",
21     "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "NO"
22   },
23   "subspecs": [
24     {
25       "name": "Utilities",
26       "source_files": "Source/Utilities/**/*.{swift,h,m}"
27     },
28     {
29       "name": "Extensions",
30       "source_files": "Source/Extensions/**/*.{swift,h,m}"
31     },
32     {
33       "name": "Views",
34       "source_files": "Source/Views/**/*.{swift,h,m}"
35     },
36     {
37       "name": "Segues",
38       "source_files": "Source/Segues/**/*.{swift,h,m}"
39     }
40   ]