[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / e / SamplePODApp / 0.1.2 / SamplePODApp.podspec.json
blob51b6862b1ab05072f5263d9aca84da6cbfdd4ace
2   "name": "SamplePODApp",
3   "version": "0.1.2",
4   "summary": "SamplePODApp",
5   "homepage": "https://github.com/Manikandan707/SamplePODApp",
6   "license": "MIT",
7   "authors": {
8     "Manikandan": "manikandan707@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Manikandan707/SamplePODApp.git",
12     "tag": "0.1.2",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "resource_bundles": {
20     "SamplePODApp": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "SampleClassu",
27       "source_files": "Pod/Classes/SampleClass.{h,m}",
28       "public_header_files": "Pod/Classes/SampleClass.h"
29     }
30   ]