[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 7 / 3 / FSCodeTemplate / 0.1.1 / FSCodeTemplate.podspec.json
bloba736320500c1cb15fc106e44994477ea922195eb
2   "name": "FSCodeTemplate",
3   "version": "0.1.1",
4   "summary": "Test code template. For personal use only.",
5   "description": "For now it only consist of : \n- FSManager, include sharedManager, UIApplicationDelegate, add & remove delegate so you dont have to write it all over in every manager\n- FSAppDelegate, throws all UIApplicationDelegate work to RCManagers\n- UIViewController additional methods\n- FSAPIRequestManager, do RESTful a clean way. It has built in retrying, caching, parsing JSON to MTLModel, and error handling so you dont have to write it all over again in every places",
6   "homepage": "https://github.com/bungferdly/FSCodeTemplate",
7   "license": "MIT",
8   "authors": {
9     "Ferdly Sethio": "bungferdly@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/bungferdly/FSCodeTemplate.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "FSCodeTemplate": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "AFNetworking": [
28     ],
29     "SVProgressHUD": [
31     ],
32     "Mantle": [
34     ],
35     "NSURL+QueryDictionary": [
37     ],
38     "FXKeychain": [
40     ],
41     "TMCache": [
43     ]
44   }