[Add] QNSDK 2.21.3
[CocoaPods.git] / Specs / c / 9 / d / iOSAppFramework / 0.2.2 / iOSAppFramework.podspec.json
blobae9ea3d2de05d439134a87b828da8e8b21a47f78
2   "name": "iOSAppFramework",
3   "version": "0.2.2",
4   "summary": "App source tools.",
5   "description": "Source iOSAppFramework is a basic iOS App framework for App development.",
6   "homepage": "https://github.com/ItghostFan/iOSAppFramework",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ItghostFan": "itghostfan@163.com"
13   },
14   "source": {
15     "git": "https://github.com/ItghostFan/iOSAppFramework.git",
16     "tag": "0.2.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "default_subspecs": "Framework",
23   "subspecs": [
24     {
25       "name": "Framework",
26       "subspecs": [
27         {
28           "name": "Foundation",
29           "source_files": "iOSAppFramework/Classes/Framework/Foundation/*.{h,m}"
30         }
31       ]
32     }
33   ]