[Add] FaceSDKNightly 6.4.2326
[CocoaPods.git] / Specs / 1 / e / f / NPLumen / 0.0.1 / NPLumen.podspec.json
blob232be057c72bd150d470d584807ba54007b3b030
2   "name": "NPLumen",
3   "version": "0.0.1",
4   "summary": "Light source management",
5   "description": "                       NPLumen is an iOS library that allows you to treat\n                       UIViews as either light sources or objects which respond\n                       to the sources. For example you can have one view cast a\n                       relative shadow on other views.\n",
6   "homepage": "https://github.com/nebspetrovic/NPLumen",
7   "license": "MIT",
8   "authors": {
9     "Nebojsa Petrovic": "nebspetrovic@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nebspetrovic/NPLumen.git",
13     "tag": "0.0.1"
14   },
15   "social_media_url": "https://twitter.com/nebsp",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*.{h,m}",
21   "resource_bundles": {
22     "NPCricket": [
23       "Pod/Classes/**/*.xib"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h"