[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / d / 6 / e / FSExtension / 0.0.4 / FSExtension.podspec.json
blob9b47f07bf8051872a49038d9e0c9f3e1a90b78d3
2   "name": "FSExtension",
3   "version": "0.0.4",
4   "summary": "A extension for iOS",
5   "description": "It is some category for iOC which implement bt Objective-C.",
6   "homepage": "https://github.com/ifussa/FSExtension.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Fussa": "ifussa@outlook.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/ifussa/FSExtension.git",
19     "tag": "0.0.4"
20   },
21   "source_files": "FSExtension/**/*.{h,m}",
22   "frameworks": [
23     "CoreGraphics",
24     "QuartzCore"
25   ],
26   "requires_arc": true,
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
29   }