[Add] FanapPodChatSDK 1.2.12
[CocoaPods.git] / Specs / 7 / 0 / 1 / CKRefreshControl / 1.1.0 / CKRefreshControl.podspec.json
blob14e66553862113712d5618332d38a5986e1b092c
2   "name": "CKRefreshControl",
3   "version": "1.1.0",
4   "summary": "A pull-to-refresh view for iOS 5, 100% API-compatible with UIRefreshControl in iOS 6.",
5   "homepage": "https://github.com/instructure/CKRefreshControl",
6   "license": "MIT",
7   "authors": "Instructure, Inc.",
8   "source": {
9     "git": "https://github.com/instructure/CKRefreshControl.git",
10     "tag": "1.1.0"
11   },
12   "platforms": {
13     "ios": "5.0"
14   },
15   "source_files": "CKRefreshControl/",
16   "public_header_files": "CKRefreshControl/CKRefreshControl.h",
17   "frameworks": "QuartzCore",
18   "requires_arc": true,
19   "xcconfig": {
20     "OTHER_LDFLAGS": "-ObjC"
21   }