[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 3 / 7 / 8 / PNLibrary / 0.1.6 / PNLibrary.podspec.json
blob64f62f1a2cf47060d95661478c130475db18c726
2   "name": "PNLibrary",
3   "version": "0.1.6",
4   "summary": "Building tools for native ads on iOS.",
5   "description": "Collection of Open Source tools, to implement API based native ads in iOS.\n",
6   "homepage": "https://github.com/pubnative/pubnative-ios-demo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": "PubNative",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/pubnative/pubnative-ios-demo.git",
17     "tag": "0.1.6"
18   },
19   "frameworks": "Foundation",
20   "source_files": "PubNativeLibrary/Library/**/*.{h,m}",
21   "resources": [
22     "PubNativeLibrary/Library/**/*.png",
23     "PubNativeLibrary/Library/**/*.xib"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "YADMLib": [
29     ],
30     "Croissant": [
32     ],
33     "SDWebImage": [
34       "~>3.6"
35     ],
36     "AMRatingControl": [
37       "~> 1.3.0"
38     ],
39     "XLForm": [
41     ]
42   }