[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / b / 0 / 5 / Nippur / 1.0.0 / Nippur.podspec.json
blob9b20b621a3e21dddbd325d675d4a0630f8c07db2
2   "name": "Nippur",
3   "version": "1.0.0",
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://bitbucket.org/dineybomfim/nippur",
7   "screenshots": [
8     "http://nineveh.gl/imgs/ngl_lesson_6_2.jpg",
9     "http://nineveh.gl/imgs/ngl_lesson_6_3.jpg"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Diney Bomfim": "diney@db-in.com"
14   },
15   "source": {
16     "git": "https://bitbucket.org/dineybomfim/nippur.git",
17     "tag": "1.0.0",
18     "submodules": true
19   },
20   "social_media_url": "https://twitter.com/dineybomfim",
21   "requires_arc": false,
22   "platforms": {
23     "ios": "6.0"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "public_header_files": "Nippur/Source/Core/*.h",
30       "source_files": "Nippur/Source/Core/*.{h,m}",
31       "ios": {
32         "frameworks": [
33           "Foundation",
34           "CoreGraphics",
35           "QuartzCore"
36         ]
37       }
38     },
39     {
40       "name": "Animation",
41       "dependencies": {
42         "Nippur/Core": [
44         ]
45       },
46       "public_header_files": "Nippur/Source/Animation/*.h",
47       "source_files": "Nippur/Source/Animation/*.{h,m}"
48     },
49     {
50       "name": "Interface",
51       "dependencies": {
52         "Nippur/Core": [
54         ],
55         "Nippur/Animation": [
57         ]
58       },
59       "public_header_files": "Nippur/Source/Interface/*.h",
60       "source_files": "Nippur/Source/Interface/*.{h,m}",
61       "ios": {
62         "frameworks": "UIKit"
63       },
64       "resource_bundles": {
65         "Nippur": [
66           "Nippur/Source/Nippur.bundle"
67         ]
68       }
69     },
70     {
71       "name": "Geolocation",
72       "dependencies": {
73         "Nippur/Core": [
75         ]
76       },
77       "public_header_files": "Nippur/Source/Geolocation/*.h",
78       "source_files": "Nippur/Source/Geolocation/*.{h,m}",
79       "ios": {
80         "frameworks": "CoreLocation"
81       }
82     },
83     {
84       "name": "Media",
85       "dependencies": {
86         "Nippur/Core": [
88         ]
89       },
90       "public_header_files": "Nippur/Source/Media/*.h",
91       "source_files": "Nippur/Source/Media/*.{h,m}",
92       "ios": {
93         "frameworks": [
94           "AudioToolbox",
95           "AVFoundation",
96           "CoreMedia",
97           "CoreVideo"
98         ]
99       }
100     }
101   ]