[Add] YandexMapsMobile 4.10.1-navikit
[CocoaPods.git] / Specs / c / 9 / d / iOSAppFramework / 0.1.8 / iOSAppFramework.podspec.json
bloba9128a56058bf36a7914bae3c2b130528190a6cf
2   "name": "iOSAppFramework",
3   "version": "0.1.8",
4   "summary": "Source iOSAppFramework is a basic iOS App framework for App development.",
5   "description": "TODO: Add long description of the pod here.",
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.1.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Framework",
24       "dependencies": {
25         "Masonry": [
27         ],
28         "AFNetworking": [
29           "~> 2.3"
30         ],
31         "JSONModel": [
32           "~> 1.7.0"
33         ],
34         "FMDB/SQLCipher": [
36         ],
37         "SDWebImage": [
38           "~> 3.7.5"
39         ],
40         "ReactiveCocoa": [
41           "~> 2.5"
42         ]
43       },
44       "subspecs": [
45         {
46           "name": "Foundation",
47           "source_files": "iOSAppFramework/Classes/Framework/Foundation/*.{h,m}"
48         },
49         {
50           "name": "UIKit",
51           "source_files": "iOSAppFramework/Classes/Framework/UIKit/*.{h,m}"
52         }
53       ]
54     },
55     {
56       "name": "iOS",
57       "subspecs": [
58         {
59           "name": "Foundation",
60           "source_files": "iOSAppFramework/Classes/iOS/Foundation/*.{h,m}"
61         },
62         {
63           "name": "UIKit",
64           "source_files": "iOSAppFramework/Classes/iOS/UIKit/*.{h,m}"
65         }
66       ]
67     },
68     {
69       "name": "ThirdParty",
70       "dependencies": {
71         "ReactiveCocoa": [
72           "~> 2.5"
73         ]
74       },
75       "subspecs": [
76         {
77           "name": "ReactiveCocoa",
78           "source_files": "iOSAppFramework/Classes/ThirdParty/ReactiveCocoa/*.{h,m}"
79         }
80       ]
81     }
82   ]