[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 6 / e / XTFrameModule / 0.1.0 / XTFrameModule.podspec.json
blobdb82153d58022500a58e887dc14216d450e9b709
2   "name": "XTFrameModule",
3   "version": "0.1.0",
4   "summary": "This is a iOS frame autoresizing framework for those who are developping iOS or Mac App",
5   "description": "This is a iOS frame autoresizing framework for those who are developping iOS or Mac App. Maybe it is not a final perfect solution for autoresizing, I will still updating aiming to creating a perfect work.",
6   "homepage": "https://github.com/BirdandLion/XTFrameModule",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "BirdandLion": "wwwhhitzxt@163.com"
13   },
14   "source": {
15     "git": "https://github.com/BirdandLion/XTFrameModule.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "XTFrameModule/Classes/**/*",
22   "requires_arc": true,
23   "public_header_files": "XTFrameModule/Classes/**/*.h",
24   "frameworks": "UIKit",
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.3"
28     ]
29   }