[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 0 / 5 / Nippur / 1.0.1 / Nippur.podspec.json
blobc3299e7da144b1516300c5bb95063b46a94396da
2   "name": "Nippur",
3   "version": "1.0.1",
4   "summary": "Nippur is a framework for daily work. To make it easier and reliable.",
5   "description": "                       Nippur is a framework made with several years of daily work, reusing the most common and most complexes part of the code.\n                       It is separated in parts (similar to packages) that allows you to import only the necessary parts to your project,\n                       since there are codes for many situations inside it.\n\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "https://github.com/dineybomfim/Nippur",
7   "license": "MIT",
8   "authors": {
9     "Diney Bomfim": "diney@db-in.com"
10   },
11   "source": {
12     "git": "https://github.com/dineybomfim/Nippur.git",
13     "tag": "1.0.1",
14     "submodules": true
15   },
16   "social_media_url": "https://twitter.com/dineybomfim",
17   "requires_arc": false,
18   "platforms": {
19     "ios": "6.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "public_header_files": "Nippur/Source/Core/*.h",
25       "source_files": "Nippur/Source/Core/*.{h,m}",
26       "ios": {
27         "frameworks": [
28           "Foundation",
29           "CoreGraphics",
30           "QuartzCore"
31         ]
32       }
33     },
34     {
35       "name": "Animation",
36       "dependencies": {
37         "Nippur/Core": [
39         ]
40       },
41       "public_header_files": "Nippur/Source/Animation/*.h",
42       "private_header_files": "Nippur/Source/Animation/NPPAction?*.h",
43       "source_files": "Nippur/Source/Animation/*.{h,m}"
44     },
45     {
46       "name": "Interface",
47       "dependencies": {
48         "Nippur/Core": [
50         ],
51         "Nippur/Animation": [
53         ]
54       },
55       "public_header_files": "Nippur/Source/Interface/*.h",
56       "source_files": "Nippur/Source/Interface/*.{h,m}",
57       "ios": {
58         "frameworks": "UIKit"
59       },
60       "resource_bundles": {
61         "Nippur": [
62           "Nippur/Resource/Nippur.bundle"
63         ]
64       }
65     },
66     {
67       "name": "Geolocation",
68       "dependencies": {
69         "Nippur/Core": [
71         ]
72       },
73       "public_header_files": "Nippur/Source/Geolocation/*.h",
74       "source_files": "Nippur/Source/Geolocation/*.{h,m}",
75       "ios": {
76         "frameworks": "CoreLocation"
77       }
78     },
79     {
80       "name": "Media",
81       "dependencies": {
82         "Nippur/Core": [
84         ]
85       },
86       "public_header_files": "Nippur/Source/Media/*.h",
87       "source_files": "Nippur/Source/Media/*.{h,m}",
88       "ios": {
89         "frameworks": [
90           "AudioToolbox",
91           "AVFoundation",
92           "CoreMedia",
93           "CoreVideo"
94         ]
95       }
96     }
97   ]