[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / e / 5 / 3 / PopdeemSDK / 1.2.13 / PopdeemSDK.podspec.json
blob69b0dfd20a1527f88c630741733bc77c6b805453
2   "name": "PopdeemSDK",
3   "version": "1.2.13",
4   "summary": "PopdeemSDK is used to interact with the Popdeem Product on iOS.",
5   "description": "For detailed instructions, see http://www.popdeem.com/developer",
6   "homepage": "https://github.com/Popdeem/Popdeem-SDK-iOS.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENCE.txt"
10   },
11   "authors": {
12     "Niall Quinn": "niall@popdeem.com",
13     "Daniel Farrell": "danfar93@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/niall_quinn1",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/Popdeem/Popdeem-SDK-iOS.git",
21     "tag": "1.2.13"
22   },
23   "resources": [
24     "PopdeemSDK/UIKit/*{xib,png,json}",
25     "PopdeemSDK/UIKit/**/*.{xib,png,json}",
26     "PopdeemSDK/UIKit/**/**/*.{xib,png,json}"
27   ],
28   "resource_bundles": {
29     "TwitterKitResources": [
30       "PopdeemSDK/Libraries/TwitterKit/**/*.{xib,png,json,strings}",
31       "PopdeemSDK/Resources/Libraries/TwitterKit/**/*.{xib,png,json,strings}"
32     ]
33   },
34   "frameworks": [
35     "CoreLocation",
36     "UIKit",
37     "Security",
38     "SystemConfiguration"
39   ],
40   "requires_arc": true,
41   "default_subspecs": "Core",
42   "subspecs": [
43     {
44       "name": "Core",
45       "source_files": [
46         "PopdeemSDK/*.m",
47         "PopdeemSDK/*.h",
48         "PopdeemSDK/Core/*.{h,m}",
49         "PopdeemSDK/**/*.{h,m}",
50         "PopdeemSDK/Core/**/*.{h,m}",
51         "PopdeemSDK/Core/**/**/*.{h,m}",
52         "PopdeemSDK/UIKit/Common/Theme/PDTheme.{h,m}"
53       ],
54       "public_header_files": [
55         "PopdeemSDK/**/*.h",
56         "PopdeemSDK/*.h"
57       ],
58       "dependencies": {
59         "FBSDKLoginKit": [
60           "< 4.30"
61         ],
62         "FBSDKCoreKit": [
63           "< 4.30"
64         ],
65         "FBSDKShareKit": [
66           "< 4.30"
67         ],
68         "Bolts": [
70         ],
71         "Shimmer": [
73         ],
74         "JSONModel": [
76         ],
77         "TOCropViewController": [
79         ],
80         "Realm": [
82         ]
83       }
84     },
85     {
86       "name": "UIKit",
87       "source_files": [
88         "PopdeemSDK",
89         "PopdeemSDK/UIKit/*.{h,m}",
90         "PopdeemSDK/UIKit/**/*.{h,m}",
91         "PopdeemSDK/UIKit/**/**/*.{h,m}"
92       ],
93       "dependencies": {
94         "PopdeemSDK/Core": [
96         ]
97       }
98     }
99   ]